From: Ian Campbell Date: Tue, 2 Jan 2007 14:14:15 +0000 (+0000) Subject: Install hvm and arch-x86 subdirectories of xen/include/public X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2~107 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=f46cd72592dbc68e6a8fd2bde1b44eb5a41583e4;p=xen.git Install hvm and arch-x86 subdirectories of xen/include/public to /usr/include/xen. Signed-off-by: Ian Campbell --- diff --git a/xen/Makefile b/xen/Makefile index 0c06e081fe..dcd1b0934e 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -29,9 +29,15 @@ _install: $(TARGET).gz ln -f -s $(notdir $(TARGET))-$(XEN_FULLVERSION).gz $(DESTDIR)/boot/$(notdir $(TARGET))-$(XEN_VERSION).gz ln -f -s $(notdir $(TARGET))-$(XEN_FULLVERSION).gz $(DESTDIR)/boot/$(notdir $(TARGET)).gz $(INSTALL_DATA) $(TARGET)-syms $(DESTDIR)/boot/$(notdir $(TARGET))-syms-$(XEN_FULLVERSION) + [ -d $(DESTDIR)/usr/include/xen/arch-x86 ] || \ + $(INSTALL_DIR) $(DESTDIR)/usr/include/xen/arch-x86 + [ -d $(DESTDIR)/usr/include/xen/hvm ] || \ + $(INSTALL_DIR) $(DESTDIR)/usr/include/xen/hvm [ -d $(DESTDIR)/usr/include/xen/io ] || \ $(INSTALL_DIR) $(DESTDIR)/usr/include/xen/io $(INSTALL_DATA) include/public/*.h $(DESTDIR)/usr/include/xen + $(INSTALL_DATA) include/public/arch-x86/*.h $(DESTDIR)/usr/include/xen/arch-x86 + $(INSTALL_DATA) include/public/hvm/*.h $(DESTDIR)/usr/include/xen/hvm $(INSTALL_DATA) include/public/io/*.h $(DESTDIR)/usr/include/xen/io $(INSTALL_DATA) include/public/COPYING $(DESTDIR)/usr/include/xen